summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-06 12:21:54 +0100
committerJan Beich <jbeich@FreeBSD.org>2023-03-06 12:49:25 +0100
commit859fb469b88c5470468484e10829111e8aee18c8 (patch)
tree881d03bced7c6d73adc7d45f05851b10943c956b
parentMerge pull request #9786 from FernandoS27/the-gaia-is-a-lie (diff)
downloadyuzu-859fb469b88c5470468484e10829111e8aee18c8.tar
yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar.gz
yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar.bz2
yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar.lz
yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar.xz
yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar.zst
yuzu-859fb469b88c5470468484e10829111e8aee18c8.zip
-rw-r--r--src/core/hle/kernel/k_scoped_lock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/k_scoped_lock.h b/src/core/hle/kernel/k_scoped_lock.h
index 59b3e32ae..a15640fd2 100644
--- a/src/core/hle/kernel/k_scoped_lock.h
+++ b/src/core/hle/kernel/k_scoped_lock.h
@@ -4,6 +4,7 @@
#pragma once
#include <concepts>
+#include <memory>
#include <type_traits>
namespace Kernel {